Skip to content

Conversation

@vovanz
Copy link
Owner

@vovanz vovanz commented May 23, 2018

Use inspect.signature instead of inspect.getargspect when
using Python 3 to allow function annotations to be used in tasks.

Also fix missing context in Collection test.

Fixes pyinvoke#357

Make Travis CI flake8 exit with 0

Revert adding custom exception

Use inspect.signature instead of inspect.getargspect when
using Python 3 to allow function annotations to be used in tasks.

Also fix missing context in Collection test.

Fixes pyinvoke#357

Make Travis CI flake8 exit with 0

Revert adding custom exception
@vovanz vovanz merged commit ba1f274 into vovanz:master May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using python3 keyword-only arguments or annotated arguments causes a ValueError from inspect

2 participants